diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2021-10-31 03:19:20 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2021-11-02 00:24:47 +0000 |
commit | d1fdd745d510f40d8741d44ce39f5ae24ee7f91a (patch) | |
tree | 34478aab2de81c1cac9cf45a12bc2c946ea057aa /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 8bf12445383b2f3149a9d095bfbc0f6d5b00dfaa (diff) | |
download | llvm-d1fdd745d510f40d8741d44ce39f5ae24ee7f91a.zip llvm-d1fdd745d510f40d8741d44ce39f5ae24ee7f91a.tar.gz llvm-d1fdd745d510f40d8741d44ce39f5ae24ee7f91a.tar.bz2 |
Re-introduce `copts` hacks for lib/AST includes.
Sadly, these are necessary AFAICT. There is a file `lib/AST/CXXABI.h`.
On case insensitive file systems like macOS this will collide with
`cxxabi.h` on the system if we use the `includes` trick to allow
file-relative `#include` of generated files.
I've tested this on both Linux and Windows to make sure it remains
reasonably portable.
Differential Revision: https://reviews.llvm.org/D112883
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions