hanchenye-llvm-project/lldb/lldb.xcodeproj
Greg Clayton 164a6098a9 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
2015-06-25 22:47:02 +00:00
..
project.xcworkspace
xcshareddata/xcschemes Add support for custom commands to set flags on themselves 2015-05-27 05:04:35 +00:00
project.pbxproj Xcode project cleanups. 2015-06-25 22:47:02 +00:00