Skip to content

Commit ee7ba68

Browse files
committed
missed stuff
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 0eb76b4 commit ee7ba68

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ void Driver::CreateOffloadingDeviceToolChains(Compilation &C,
923923
C, C.getArgs(), Action::OFK_OpenMP, &*TempTC, true))
924924
Archs.insert(Arch);
925925
}
926-
927926
if (!AMDTriple && !NVPTXTriple) {
928927
for (StringRef Arch :
929928
getOffloadArchs(C, C.getArgs(), Action::OFK_OpenMP, nullptr, true))

clang/lib/Driver/ToolChains/SPIRV.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ void SPIRV::constructTranslateCommand(Compilation &C, const Tool &T,
2828

2929
if (Input.getType() == types::TY_PP_Asm)
3030
CmdArgs.push_back("-to-binary");
31-
3231
if (Output.getType() == types::TY_PP_Asm)
3332
CmdArgs.push_back("--spirv-tools-dis");
3433

llvm/lib/Frontend/Offloading/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ add_llvm_component_library(LLVMFrontendOffloading
1212
Core
1313
BinaryFormat
1414
Object
15-
ObjectYAML
1615
Support
1716
TransformUtils
1817
TargetParser

0 commit comments

Comments
 (0)