Jake-Egan marked an inline comment as done. Jake-Egan added inline comments.
================ Comment at: clang/test/ClangScanDeps/modules-full-by-mod-name.cpp:1 +// UNSUPPORTED: powerpc64-ibm-aix // RUN: rm -rf %t.dir ---------------- shchenz wrote: > Jake-Egan wrote: > > jsji wrote: > > > there is no `fmodule-format=obj` here, why are we failing here? > > > > > They have the same error as the other tests: > > > > ``` > > 64-bit XCOFF object files are not supported yet. > > ``` > Which RUN line causes the `64-bit XCOFF object files are not supported yet` > assertion? NO `-emit-obj` or `fmodule-format=obj` found in all the RUN lines. ``` // RUN: clang-scan-deps -compilation-database %t.cdb -j 4 -format experimental-full \ // RUN: -mode preprocess-minimized-sources -module-name=header1 >> %t.result ``` It fails here. `t.result` contains a module using the `-fmodule-format=obj` option. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113049/new/ https://reviews.llvm.org/D113049 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits