http://llvm.org/bugs/show_bug.cgi?id=18833

Jim Grosbach <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jim Grosbach <[email protected]> ---
The name isn't case sensitive.


enkidu: ~/tmp $ cat foo.s

OBJECT .req r2

.thumb
.thumb_func _foo
_foo:

  mov r4, OBJECT
  mov r4, oBjEcT
enkidu: ~/tmp $ ~/sources/build-llvm/Debug+Asserts/bin/clang -c -arch armv7s
foo.s
enkidu: ~/tmp $ otool -vt foo.o
foo.o:
(__TEXT,__text) section
_foo:
00000000        4614    mov    r4, r2
00000002        4614    mov    r4, r2
enkidu: ~/tmp $

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to