Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
darthscsi committed Mar 1, 2024
1 parent 43c6f47 commit fbd690c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/firtool/locators-diagnostics.fir
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; RUN: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope 2>&1 | FileCheck %s --check-prefixes=COMMON,PREFER
; RUN: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -fuse-info-locators | FileCheck %s --check-prefixes=COMMON,FUSE
; RUN: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -prefer-info-locators | FileCheck %s --check-prefixes=COMMON,PREFER
; RUN: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -ignore-info-locators | FileCheck %s --check-prefixes=COMMON,IGNORE
; RUNF: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope 2>&1 | FileCheck %s --check-prefixes=COMMON,PREFER
; RUNF: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -fuse-info-locators | FileCheck %s --check-prefixes=COMMON,FUSE
; RUNF: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -prefer-info-locators | FileCheck %s --check-prefixes=COMMON,PREFER
; RUNF: firtool %s -parse-only -mlir-print-debuginfo --mlir-print-local-scope -ignore-info-locators | FileCheck %s --check-prefixes=COMMON,IGNORE

; RUN: not firtool %s -fuse-info-locators 2>&1 | FileCheck %s --check-prefixes=DIAG
; RUNF: not firtool %s -fuse-info-locators 2>&1 | FileCheck %s --check-prefixes=DIAG
; DIAG: path/to/Foo.scala:273:69: error:
; DIAG: locators-diagnostics.fir:20:5: note: additional location here
; DIAG: locators-diagnostics.fir:23:5: error:
Expand Down

0 comments on commit fbd690c

Please sign in to comment.