forked from OSchip/llvm-project
[gn build] Port 8348c40956
This commit is contained in:
parent
26dcc7e64a
commit
215a792cd5
|
@ -36,6 +36,7 @@ static_library("Driver") {
|
|||
"DriverOptions.cpp",
|
||||
"Job.cpp",
|
||||
"Multilib.cpp",
|
||||
"OffloadBundler.cpp",
|
||||
"OptionUtils.cpp",
|
||||
"Phases.cpp",
|
||||
"SanitizerArgs.cpp",
|
||||
|
|
|
@ -2,6 +2,7 @@ executable("clang-offload-bundler") {
|
|||
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
||||
deps = [
|
||||
"//clang/lib/Basic",
|
||||
"//clang/lib/Driver",
|
||||
"//llvm/lib/Bitcode/Writer",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Object",
|
||||
|
|
Loading…
Reference in New Issue