Skip to content

Commit

Permalink
Fix failing test: clang/test/Driver/hip-target-id.hip (#25)
Browse files Browse the repository at this point in the history
ATD clang invokes `clang -cc1as` whereas upstream clang
uses `clang-19 -cc1as`
  • Loading branch information
DominikAdamski committed Feb 1, 2024
1 parent 7a58e04 commit ce42636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/hip-target-id.hip
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// CHECK-SAME: "-target-feature" "+sramecc"
// CHECK-SAME: "-target-feature" "+xnack"

// TMP: [[CLANG:"[^"]*clang[^"]*"]] "-cc1as" "-triple" "amdgcn-amd-amdhsa"
// TMP: [[CLANG_TMP:"[^"]*clang"]] "-cc1as" "-triple" "amdgcn-amd-amdhsa"
// TMP-SAME: "-target-cpu" "gfx908"
// TMP-SAME: "-target-feature" "+sramecc"
// TMP-SAME: "-target-feature" "+xnack"
Expand Down

0 comments on commit ce42636

Please sign in to comment.