This option is useful for clang and clang-cl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Driver/Options.td | ||
---|---|---|
6661 | To expose to clang-cl, can we just make the original option a CoreOption instead of adding an alias of the same name here? |
Comment Actions
This breaks tests on macOS: http://45.33.8.238/macm1/53215/step_7.txt
Please take a look and revert for now if it takes a while to fix.
Comment Actions
@thakis I reverted it. The fast value of the option doesn't seem to be working for clang-cl on Mac!
To expose to clang-cl, can we just make the original option a CoreOption instead of adding an alias of the same name here?