ZarkoCA added inline comments.
================ Comment at: clang/test/Driver/aix-toolchain-include.cpp:31 +// CHECK-INTERNAL-INCLUDE: "-isysroot" "[[SYSROOT:[^"]+]]" +// CHECK-INTERNAL-INCLUDE-CXX: "-internal-isystem" "[[SYSROOT]]/opt/IBM/openxlCSDK/include/c++/v1" +// CHECK-INTERNAL-INCLUDE-CXX: "-D__LIBC_NO_CPP_MATH_OVERLOADS__" ---------------- It looks like this test is failing the pre-merge check on the x86 bot because this variable isn't captured correctly. From what I can see, I think you can fix this by capturing it in the RUN line instead. Eg. I found this `test/Driver/darwin-header-search-libcxx.cpp` and https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-filecheck-d-var. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109078/new/ https://reviews.llvm.org/D109078 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits