We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041638c commit aa4e3d5Copy full SHA for aa4e3d5
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Debugging/BUILD.gn
@@ -13,7 +13,6 @@ static_library("Debugging") {
13
"DebuggerSupportPlugin.cpp",
14
"LLJITUtilsCBindings.cpp",
15
"PerfSupportPlugin.cpp",
16
- "VTuneSupportPlugin.cpp",
17
]
18
if (current_os == "linux") {
19
libs = [ "rt" ]
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn
@@ -9,7 +9,6 @@ static_library("TargetProcess") {
9
"ExecutorSharedMemoryMapperService.cpp",
10
"JITLoaderGDB.cpp",
11
"JITLoaderPerf.cpp",
12
- "JITLoaderVTune.cpp",
"OrcRTBootstrap.cpp",
"RegisterEHFrames.cpp",
"SimpleExecutorDylibManager.cpp",
0 commit comments