blob: 6772a6cd3fd0c962fde3ce094a65013fb9d17b26 [file] [log] [blame]
// REQUIRES: default-pie-on-linux
/// Test -DCLANG_DEFAULT_PIE_ON_LINUX=on.
// RUN: %clang -### --target=aarch64-linux-gnu %s 2>&1 | FileCheck %s --check-prefix=PIE2
// PIE2: "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie"
// PIE2: "-pie"