forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from adrian-prantl/fast-forward
Fast forward apple/stable/20190619 to Sep 4.
- Loading branch information
Showing
2,725 changed files
with
28,536 additions
and
95,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake) | ||
|
||
set(LLVM_DISTRIBUTION_COMPONENTS | ||
lldb | ||
liblldb | ||
lldb-argdumper | ||
lldb-server | ||
CACHE STRING "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake) | ||
|
||
set(CMAKE_GENERATOR Xcode CACHE STRING "") | ||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "") | ||
set(CMAKE_XCODE_GENERATE_SCHEME ON CACHE BOOL "") | ||
|
||
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "") | ||
|
||
# Apparently, module-enabled builds clash with Xcode's analysis. | ||
set(LLVM_ENABLE_MODULES OFF CACHE BOOL "" FORCE) | ||
|
||
# Print a warning with instructions, if we | ||
# build with Xcode and didn't use this cache. | ||
set(LLDB_EXPLICIT_XCODE_CACHE_USED ON CACHE INTERNAL "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.