1*1042de90SFangrui Song // REQUIRES: default-pie-on-linux 2*1042de90SFangrui Song /// Test -DCLANG_DEFAULT_PIE_ON_LINUX=on. 3*1042de90SFangrui Song 4*1042de90SFangrui Song // RUN: %clang -### --target=aarch64-linux-gnu %s 2>&1 | FileCheck %s --check-prefix=PIE2 5*1042de90SFangrui Song 6*1042de90SFangrui Song // PIE2: "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" 7*1042de90SFangrui Song // PIE2: "-pie" 8