We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959edbe commit f95e9b9Copy full SHA for f95e9b9
lldb/unittests/Host/posix/SupportTest.cpp
@@ -38,4 +38,5 @@ TEST(Support, getProcFile_Tid) {
38
ASSERT_TRUE(BufferOrError);
39
ASSERT_TRUE(*BufferOrError);
40
}
41
-#endif // #if (defined(_AIX) || defined(__linux__)) && defined(LLVM_ENABLE_THREADING)
+#endif // #if (defined(_AIX) || defined(__linux__)) &&
42
+ // defined(LLVM_ENABLE_THREADING)
0 commit comments