Skip to content

Commit

Permalink
[monorepo] Use the lldb src for standalone builds
Browse files Browse the repository at this point in the history
llvm-svn: 368342
  • Loading branch information
JDevlieghere committed Aug 8, 2019
1 parent 7f023a8 commit 28ef261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zorg/jenkins/monorepo_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,12 @@ def lldb_cmake_standalone_builder(target):
'--env', 'TERM=vt100']
dotest_args.extend(conf.dotest_flags)

source_dir = os.path.join(conf.llvmsrcdir(), 'lldb')
llvm_dir = os.path.join(conf.installdir(), 'lib', 'cmake', 'llvm')
clang_dir = os.path.join(conf.installdir(), 'lib', 'cmake', 'clang')
external_lit = os.path.join(conf.installdir(), 'bin', 'llvm-lit')

cmake_cmd = ['/usr/local/bin/cmake', '-G', 'Ninja',
source_dir,
conf.lldbsrcdir(),
'-DCMAKE_BUILD_TYPE={}'.format(cmake_build_type),
'-DCMAKE_EXPORT_COMPILE_COMMANDS=ON',
'-DCMAKE_MAKE_PROGRAM={}'.format(NINJA),
Expand Down

0 comments on commit 28ef261

Please sign in to comment.