Only LLVM-based instrumentation profile is supported on AIX.
And it currently must be used with full LTO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/unsupported-option.c | ||
---|---|---|
14 | Worthwhile to use the 64-bit triple for one of the cases. |
clang/lib/Driver/ToolChains/Clang.cpp | ||
---|---|---|
786 | Isn't this block of code a bit too early? The adjustment to consider the "no" form as equivalent to not having any ProfileGenerateArg is later in the function. I think it makes sense to move this to after the group of blocks that deal with more "fundamental" option conflicts. |
Isn't this block of code a bit too early? The adjustment to consider the "no" form as equivalent to not having any ProfileGenerateArg is later in the function. I think it makes sense to move this to after the group of blocks that deal with more "fundamental" option conflicts.