These headers used to be guarded only on PowerPC64 Linux or FreeBSD.
Details
Details
- Reviewers
nemanjai shchenz hubert.reinterpretcast - Group Reviewers
Restricted Project - Commits
- rG708084ec379e: [PowerPC] Support x86 compatible intrinsics on AIX
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Driver/ToolChains/AIX.cpp | ||
---|---|---|
243 | Can we use path::parent_path(P) directly in addSystemInclude()? remove_filename() sounds like ppc_wrappers is a file. |
clang/lib/Driver/ToolChains/AIX.cpp | ||
---|---|---|
243 | It just wraps parent_path, and parent_path only accepts (and returns) StringRef. |
clang/lib/Driver/ToolChains/AIX.cpp | ||
---|---|---|
243 | addSystemInclude(DriverArgs, CC1Args, path::parent_path(P.str())); Above change works for me? I think it should be functionality right? |
clang::driver::options::OPT_nostdinc is not same with options::OPT_nostdinc in line 219?