[all-commits] [llvm/llvm-project] f4db22: [libc++][test] Use `ADDITIONAL_COMPILE_FLAGS(gcc-s...

Stephan T. Lavavej via All-commits all-commits at lists.llvm.org
Fri Oct 25 11:13:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4db221258cb44a8f9804ce852c0403328de39b2
      https://github.com/llvm/llvm-project/commit/f4db221258cb44a8f9804ce852c0403328de39b2
  Author: Stephan T. Lavavej <stl at nuwen.net>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp

  Log Message:
  -----------
  [libc++][test] Use `ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings)` for `-Wno-psabi` (#113608)

MSVC doesn't understand `-Wno-psabi`, which was introduced here by
@ldionne in #106077.

Using `ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings)` (implemented by
#75317) avoids passing this to MSVC.



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