[SandboxIR][Doc] Add Quick start notes (#123992)
[llvm-project.git] / llvm / test / tools / llvm-readobj / COFF / cetcompat.test
bloba973b5c0a20801e207aa1973bf09944bc95760c8
1 # To regenerate has-cet.exe
2 # $ echo int main() { return 0; } > has-cet.c
3 # $ cl has-cet.c /link /cetcompat
4 RUN: llvm-readobj --coff-debug-directory %p/Inputs/has-cet.exe | FileCheck %s
6 CHECK:  DebugEntry {
7 CHECK:    Characteristics: 0x0
8 CHECK:    Type: ExtendedDLLCharacteristics (0x14)
9 CHECK:    ExtendedCharacteristics [ (0x1)
10 CHECK:      IMAGE_DLL_CHARACTERISTICS_EX_CET_COMPAT (0x1)
11 CHECK:    ]
12 CHECK:    RawData (
13 CHECK:      0000: 01000000                             |....|
14 CHECK:    )
15 CHECK:  }