[PATCH] D121969: Pass split-machine-functions to code generator when flto is used

Wenlei He via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 19 10:25:55 PDT 2022


wenlei added inline comments.


================
Comment at: clang/test/Driver/split-machine-functions.c:2
+// Split machine functions only work for ELF, so disable the test on Windows
+// UNSUPPORTED: system-windows
+
----------------
My understanding is that if you specify target, e.g. `-target x86_64-unknown-linux`, the test should still be runnable on windows host platform. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121969/new/

https://reviews.llvm.org/D121969



More information about the cfe-commits mailing list