[all-commits] [llvm/llvm-project] f1cf09: [compiler-rt][test] Added `env` command to fix NSA...

Harini0924 via All-commits all-commits at lists.llvm.org
Fri Aug 30 09:33:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1cf09104eddbbe81c75e112a85c4f8dc14d5035
      https://github.com/llvm/llvm-project/commit/f1cf09104eddbbe81c75e112a85c4f8dc14d5035
  Author: Harini0924 <harinidonthula at google.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M compiler-rt/test/nsan/vec_sqrt.cpp

  Log Message:
  -----------
  [compiler-rt][test] Added `env` command to fix NSAN_OPTIONS command not found error (#106676)

Resolved the issue where `'NSAN_OPTIONS=check_nan=true,halt_on_error=0'`
was not recognized as a command. Changed the test command to set the
environment variable correctly using `env`.
fixes: #106598



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