[PATCH] D63774: android: enable double-word CAS on x86_64

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 12:50:23 PDT 2019


craig.topper added inline comments.


================
Comment at: test/Driver/android-default-x86_64.c:1
+// RUN: %clang -### -target x86_64-unknown-linux-android -c %s 2>&1 | FileCheck %s
+// CHECK: "-mcx16"
----------------
should we just update the android 64 case in clang-translation.c instead?


Repository:
  rC Clang

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

https://reviews.llvm.org/D63774





More information about the cfe-commits mailing list