[all-commits] [llvm/llvm-project] aa486e: [test][OpenMP] Avoid writing to a potentially writ...

Karl-Johan Karlsson via All-commits all-commits at lists.llvm.org
Mon Jun 10 07:47:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa486ec39c3b4d641ecdc5f4a07e801963920022
      https://github.com/llvm/llvm-project/commit/aa486ec39c3b4d641ecdc5f4a07e801963920022
  Author: Karl-Johan Karlsson <karl-johan.karlsson at ericsson.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
    M clang/test/OpenMP/error_unsupport_feature.c

  Log Message:
  -----------
  [test][OpenMP] Avoid writing to a potentially write-protected dir (#94931)

The test clang/test/OpenMP/error_unsupport_feature.c don't check the
output written to the current directory. The current directory may be
write protected e.g. in a sandboxed environment.

This patch replace the -emit-llvm option with -emit-llvm-only as it
don't care about the outputed llvm IR.



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