diff options
author | Russell Greene <russell@shotover.com> | 2024-04-01 12:15:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 11:15:24 -0700 |
commit | 5ff2773d4e606ac57750f1fc2aa4dc49b8dbede1 (patch) | |
tree | 4dd95f70cfbe4ca583f511a83130158df15e5b39 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 4746877c2716224dc87c69750bdd0df95b6d5b16 (diff) | |
download | llvm-5ff2773d4e606ac57750f1fc2aa4dc49b8dbede1.zip llvm-5ff2773d4e606ac57750f1fc2aa4dc49b8dbede1.tar.gz llvm-5ff2773d4e606ac57750f1fc2aa4dc49b8dbede1.tar.bz2 |
[clang-cl] Allow a colon after /Fo option (#87209)
Modeled after
https://github.com/llvm/llvm-project/commit/8513a681f7d8d1188706762e712168aebc3119dd#
According to
https://learn.microsoft.com/en-us/cpp/build/reference/fo-object-file-name?view=msvc-170,
`/Fo` accepts a trailing-colon variant. This is also tested in practice.
This allows clang-cl to parse this.
I just copied one of the existing tests, let me know if this is not the
best way to do this. I tested that the test does not pass beofre the
Options.td change, and that it does after.
See also #46065
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions