@@ -154,7 +154,8 @@ SYCLInstallationDetector::SYCLInstallationDetector(const Driver &D)
154
154
155
155
SYCLInstallationDetector::SYCLInstallationDetector (
156
156
const Driver &D, const llvm::Triple &HostTriple,
157
- const llvm::opt::ArgList &Args) : D(D) {}
157
+ const llvm::opt::ArgList &Args)
158
+ : D(D) {}
158
159
159
160
void SYCLInstallationDetector::getSYCLDeviceLibPath (
160
161
llvm::SmallVector<llvm::SmallString<128 >, 4 > &DeviceLibPaths) const {
@@ -1704,9 +1705,9 @@ static ArrayRef<options::ID> getUnsupportedOpts() {
1704
1705
options::OPT_fprofile_instr_generate,
1705
1706
options::OPT_fprofile_instr_generate_EQ,
1706
1707
options::OPT_fprofile_arcs,
1707
- options::OPT_fno_profile_arcs, // -f[no-]profile-arcs
1708
+ options::OPT_fno_profile_arcs, // -f[no-]profile-arcs
1708
1709
options::OPT_fno_profile_instr_generate, // -f[no-]profile-instr-generate
1709
- options::OPT_fcreate_profile, // -fcreate-profile
1710
+ options::OPT_fcreate_profile, // -fcreate-profile
1710
1711
options::OPT_fprofile_instr_use,
1711
1712
options::OPT_fprofile_instr_use_EQ, // -fprofile-instr-use
1712
1713
options::OPT_forder_file_instrumentation, // -forder-file-instrumentation
0 commit comments