[all-commits] [llvm/llvm-project] a57bbf: [clang][test][OpenMP] Fix test assumptions of libo...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Wed Feb 5 11:31:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a57bbff736ff4658940266a218491ea9d576b13b
https://github.com/llvm/llvm-project/commit/a57bbff736ff4658940266a218491ea9d576b13b
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M clang/test/Driver/amdgpu-openmp-sanitize-options.c
M clang/test/Driver/offload-Xarch.c
Log Message:
-----------
[clang][test][OpenMP] Fix test assumptions of libomp and clang paths (#125891)
These tests assume `-fopenmp=libomp` is the default, which it may not
be. We also need to invoke clang with `-no-canonical-prefixes` to ensure
we get the argv we expect, i.e. clang may be a symlink to a binary
elsewhere that has a different name.
Fixes tests added by 455cedc805e7a42c6cfbe26a4ddd9e623cca6066 and
646d352ab0d0a9cfafa3f2c9c415b5773834ad5b
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list