commit | 0b438a9f63851d9fbb432d6440d4d6267056512c | [log] [tgz] |
---|---|---|
author | Alp Toker <[email protected]> | Fri Jan 17 14:24:23 2014 |
committer | Alp Toker <[email protected]> | Fri Jan 17 14:24:23 2014 |
tree | 94afec7152a3eee0e4754a5e1f3568a1428495fc | |
parent | 9342557ea70c08f50391fc1e8d9df82db21ad2ae [diff] |
Build fix for gcc builtin The __sync_add_and_fetch() builtin parameter is volatile but clang has 'different' type checking and ends up accepting this code. Undo the C++ cast from r198505 to get libc++/LLVM building with g++ while this is investigated. llvm-svn: 199494