[PATCH] D58798: Use AIX version detection at LLVM run-time
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 12:03:14 PST 2019
hubert.reinterpretcast added inline comments.
================
Comment at: unittests/Support/Host.cpp:286
+
+TEST_F(HostTest, DummyRunAndGetCommandOutputUse) {
+ // Suppress defined-but-not-used warnings when the tests using the helper are
----------------
I am wondering if there is a more preferred way to suppress the warning. I don't think we're at the point of having `maybe_unused` available to us yet.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58798/new/
https://reviews.llvm.org/D58798
More information about the llvm-commits
mailing list