Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM with 2 minor nits. Thanks!
llvm/test/tools/obj2yaml/ELF/aarch64-sym-other.yaml | ||
---|---|---|
10 | nit: # CHECK: Symbols: # CHECK: - Name: foo1 # CHECK: Other: [ STO_AARCH64_VARIANT_PCS ] # CHECK: - Name: foo2 # CHECK: Other: [ STO_AARCH64_VARIANT_PCS, 64 ] | |
22 | nit: in yaml2obj/obj2yaml tests we usually align values of YAML inputs - Name: foo1 Other: [ STO_AARCH64_VARIANT_PCS ] - Name: foo2 Other: [ STO_AARCH64_VARIANT_PCS, 0x40 ] |
clang-format not found in user's PATH; not linting file.