[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / flang / test / Driver / print-effective-triple.f90
blob5f53d5f1aee541b1f2e930b94823521f707cd02e
1 ! Test that -print-target-triple prints correct triple.
3 !-----------------------------------------
4 ! RUN LINE
5 !-----------------------------------------
6 ! RUN: %flang -print-effective-triple 2>&1 --target=thumb-linux-gnu | FileCheck %s
8 !-----------------
9 ! EXPECTED OUTPUT
10 !-----------------
11 ! CHECK: armv4t-unknown-linux-gnu