This allows avoiding conflicts between paths that begin with the same chars as some llvm-rc options (which can be used with either slashes or dashes). Differential Revision: https://reviews.llvm.org/D56743 llvm-svn: 351305
16 lines
514 B
Plaintext
16 lines
514 B
Plaintext
; RUN: llvm-rc /FO %t -- %p/Inputs/memoryflags-stringtable.rc
|
|
; RUN: llvm-readobj %t | FileCheck %s
|
|
|
|
; CHECK: Resource type (int): 6
|
|
; CHECK-NEXT: Resource name (int): 1
|
|
; CHECK-NEXT: Data version: 0
|
|
; CHECK-NEXT: Memory flags: 0x10
|
|
; CHECK: Resource type (int): 6
|
|
; CHECK-NEXT: Resource name (int): 1
|
|
; CHECK-NEXT: Data version: 0
|
|
; CHECK-NEXT: Memory flags: 0x1030
|
|
; CHECK: Resource type (int): 6
|
|
; CHECK-NEXT: Resource name (int): 1
|
|
; CHECK-NEXT: Data version: 0
|
|
; CHECK-NEXT: Memory flags: 0x60
|