[libc-commits] [PATCH] D131133: [libc] Adjust aarch64 startup code to reliably sniff out the start args.

Jeff Bailey via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 3 22:21:04 PDT 2022


jeffbailey accepted this revision.
jeffbailey added a comment.
This revision is now accepted and ready to land.

We don't have span, or I'd be tempted to suggest using it for that code.



================
Comment at: libc/test/integration/loader/linux/CMakeLists.txt:55
 
-if(${LIBC_TARGET_ARCHITECTURE} STREQUAL "x86_64")
+#if(${LIBC_TARGET_ARCHITECTURE} STREQUAL "x86_64")
   add_integration_test(
----------------
Why not just remove this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131133



More information about the libc-commits mailing list