[libcxx-commits] [PATCH] D145186: [libc++] Temporarily not use compiler intrinsics for some type traits in Objective-C++ mode.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 2 14:35:52 PST 2023


ldionne added inline comments.


================
Comment at: libcxx/test/std/utilities/meta/meta.trans/objc_support.pass.mm:100-102
+int main(int, char**) {
+  return 0;
+}
----------------
var-const wrote:
> philnik wrote:
> > Maybe make this a `.compile.pass.mm` instead? Or do we not have that?
> It doesn't work -- the linker complains about missing `_main`.
See D145193. Once this lands and D145193 lands, I'll change it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145186



More information about the libcxx-commits mailing list