- added include paths to detected CUDA installation
- added include paths for -aux-triple
- added -nocudainc to prevent addition of CUDA include path.
- added test cases to verify new functionality
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This needs a very long commit message describing exactly what's going on and why since it's not documented anywhere. Possibly in the code as well at AddPreprocessingOptions and other places you add AuxToolChain. Some of this is going to need to get refactored in the medium term when we look at being able to preprocess and add multiple target argument passing, but this is an ok intermediate step.
Thanks!
-eric