brintos

brintos / llvm-project-archived public Read only

0
0
Text · 394 B · 6b6d731 Raw
15 lines · plain
1;; Make sure we can run -filter-print-funcs with -ir-dump-directory.2; RUN: rm -rf %t/logs3; RUN: opt %s -disable-output -passes='no-op-function' -print-before=no-op-function -print-after=no-op-function \4; RUN:   -ir-dump-directory %t/logs -filter-print-funcs=test25; RUN: ls %t/logs | count 26; RUN: rm -rf %t/logs7 8define void @test() {9    ret void10}11 12define void @test2() {13    ret void14}15