[all-commits] [llvm/llvm-project] a6abbe: [test] Remove `-emit-llvm` from the `and-errors.hl...

Deric Cheung via All-commits all-commits at lists.llvm.org
Mon Feb 24 09:30:48 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6abbe03094a7afc85d4d35c24e6cedd1cfc4ef2
      https://github.com/llvm/llvm-project/commit/a6abbe03094a7afc85d4d35c24e6cedd1cfc4ef2
  Author: Deric Cheung <cheung.deric at gmail.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M clang/test/SemaHLSL/BuiltIns/and-errors.hlsl

  Log Message:
  -----------
  [test] Remove `-emit-llvm` from the `and-errors.hlsl` test to avoid writing to a potentially write-protected directory (#128047)

@mikaelholmen
[mentioned](https://github.com/llvm/llvm-project/pull/127098#discussion_r1962897888)
that the `-emit-llvm` argument isn't necessary for the `and-errors.hlsl`
test and may cause issues due to writing to the current (potentially
write-protected) directory.

This PR removes the `-emit-llvm` argument from clang in the RUN lines of
the test.



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