mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
It is legitimate for the test suite to use types that are slow to use with std::atomic, since we need coverage for those too. If we don't disable the warning, it is promoted to an error, which prevents us from testing such types.