File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5023,7 +5023,7 @@ class OffloadingActionBuilder final {
5023
5023
Arg *LibClcInputArg = MakeInputArg (Args, C.getDriver ().getOpts (),
5024
5024
Args.MakeArgString (LibSpirvFile));
5025
5025
auto *SYCLLibClcInputAction =
5026
- C.MakeAction <InputAction>(*LibClcInputArg, types::TY_Object );
5026
+ C.MakeAction <InputAction>(*LibClcInputArg, types::TY_LLVM_BC );
5027
5027
DeviceLinkObjects.push_back (SYCLLibClcInputAction);
5028
5028
}
5029
5029
@@ -5039,7 +5039,7 @@ class OffloadingActionBuilder final {
5039
5039
MakeInputArg (Args, C.getDriver ().getOpts (),
5040
5040
Args.MakeArgString (LibDeviceFile));
5041
5041
auto *SYCLDeviceLibInputAction = C.MakeAction <InputAction>(
5042
- *CudaDeviceLibInputArg, types::TY_Object );
5042
+ *CudaDeviceLibInputArg, types::TY_LLVM_BC );
5043
5043
DeviceLinkObjects.push_back (SYCLDeviceLibInputAction);
5044
5044
}
5045
5045
}
You can’t perform that action at this time.
0 commit comments