Skip to content

Commit

Permalink
[SYCL][NFC] Fix clang format in SYCL.cpp (#17232)
Browse files Browse the repository at this point in the history
Signed-off-by: jinge90 <[email protected]>
  • Loading branch information
jinge90 authored Mar 6, 2025
1 parent 60ffdc3 commit 90f7820
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clang/lib/Driver/ToolChains/SYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ SYCLInstallationDetector::SYCLInstallationDetector(const Driver &D)

SYCLInstallationDetector::SYCLInstallationDetector(
const Driver &D, const llvm::Triple &HostTriple,
const llvm::opt::ArgList &Args) : D(D) {}
const llvm::opt::ArgList &Args)
: D(D) {}

void SYCLInstallationDetector::getSYCLDeviceLibPath(
llvm::SmallVector<llvm::SmallString<128>, 4> &DeviceLibPaths) const {
Expand Down Expand Up @@ -1704,9 +1705,9 @@ static ArrayRef<options::ID> getUnsupportedOpts() {
options::OPT_fprofile_instr_generate,
options::OPT_fprofile_instr_generate_EQ,
options::OPT_fprofile_arcs,
options::OPT_fno_profile_arcs, // -f[no-]profile-arcs
options::OPT_fno_profile_arcs, // -f[no-]profile-arcs
options::OPT_fno_profile_instr_generate, // -f[no-]profile-instr-generate
options::OPT_fcreate_profile, // -fcreate-profile
options::OPT_fcreate_profile, // -fcreate-profile
options::OPT_fprofile_instr_use,
options::OPT_fprofile_instr_use_EQ, // -fprofile-instr-use
options::OPT_forder_file_instrumentation, // -forder-file-instrumentation
Expand Down

0 comments on commit 90f7820

Please sign in to comment.