Invert the logic and have the default being true. Disable the few spots where it looks like IAS is currently not used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Driver/ToolChains/Gnu.cpp | ||
---|---|---|
2924 | return getTriple().getVendor() != llvm::Triple::Myriad; |
return getTriple().getVendor() != llvm::Triple::Myriad;