1b9254adeSTomas Matheson // REQUIRES: aarch64-registered-target 2b9254adeSTomas Matheson // RUN: %clang --target=aarch64 --print-enabled-extensions -mcpu=generic | FileCheck --strict-whitespace --implicit-check-not=FEAT_ %s 3b9254adeSTomas Matheson 4b9254adeSTomas Matheson // CHECK: Extensions enabled for the given AArch64 target 5b9254adeSTomas Matheson // CHECK-EMPTY: 6b9254adeSTomas Matheson // CHECK-NEXT: Architecture Feature(s) Description 7b9254adeSTomas Matheson // CHECK-NEXT: FEAT_AdvSIMD Enable Advanced SIMD instructions 8b9254adeSTomas Matheson // CHECK-NEXT: FEAT_ETE Enable Embedded Trace Extension 9*b94c2488SJonathan Thackray // CHECK-NEXT: FEAT_FP Enable Armv8.0-A Floating Point Extensions 10b9254adeSTomas Matheson // CHECK-NEXT: FEAT_TRBE Enable Trace Buffer Extension 11