diff options
author | Greg Clayton <gclayton@apple.com> | 2015-06-25 22:47:02 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-06-25 22:47:02 +0000 |
commit | 164a6098a921dd7a1c9d724c7cd98de4d84de301 (patch) | |
tree | 0313d1d5e178677ab28760b760ec6a92d4749c30 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | d607afd1484e8a5c642a91b8df140240dc4ccaab (diff) | |
download | bcm5719-llvm-164a6098a921dd7a1c9d724c7cd98de4d84de301.tar.gz bcm5719-llvm-164a6098a921dd7a1c9d724c7cd98de4d84de301.zip |
Xcode project cleanups.
- Don't have any header files claim to be part of the lldb-core target. If they are part of the lldb-core target then any file can just #include the header file name without the prefix (#include "Foo.h") when the cmake/make/other builds would require a full path (#include "lldb/Core/Foo.h"). This will help make sure the builds succeed on all platforms when changes are made on MacOSX.
- Add the Hexagon dynamic loader to the DynamicLoader plug-in folder so it gets compiled in MacOSX. There was a recent build bot failure that wasn't caught due to this code not being compile in the MacOSX build
llvm-svn: 240714
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions