[PATCH] D44727: [RISCV] Implement getTargetDefines, handleTargetFeatures and hasFeature for RISCVTargetInfo
Ana Pazos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 27 10:40:37 PDT 2018
apazos added inline comments.
================
Comment at: test/Preprocessor/riscv-target-features.c:9
+
+// RUN: %clang -target riscv32-unknown-linux-gnu -march=rv32im -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-M-EXT %s
+// RUN: %clang -target riscv64-unknown-linux-gnu -march=rv64im -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-M-EXT %s
----------------
Consider breaking the long lines to be within 80 cols.
Repository:
rC Clang
https://reviews.llvm.org/D44727
More information about the cfe-commits
mailing list