[PATCH] D63473: Support -fclang-abi-compat=8.0 to keep old ABI behavior

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 00:59:49 PDT 2019


RKSimon added inline comments.


================
Comment at: test/CodeGen/x86_32-m64.c:6
 // RUN: %clang_cc1 -w -O2 -fblocks -triple i386-pc-win32 -emit-llvm -o - %s | FileCheck %s --check-prefixes=CHECK,WIN32
+// RUN: %clang_cc1 -w -O2 -fblocks -triple i386-pc-linux-gnu -target-cpu pentium4 -emit-llvm -fclang-abi-compat=8.0 -o - %s | FileCheck %s --check-prefixes=CHECK,OLDABI
 
----------------
Use ABI80 instead of OLDABI?


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

https://reviews.llvm.org/D63473





More information about the cfe-commits mailing list