summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2018-08-06 16:05:08 +0000
committerLeonard Chan <leonardchan@google.com>2018-08-06 16:05:08 +0000
commitc03642e9a86d9ed128676d5405a1906282d727ad (patch)
treec221a392e0bf810a25b78cc0f46c89c8525c0c48 /clang/unittests/Frontend/CMakeLists.txt
parent0d1b3934e27f72f706345678204a87f72007ed64 (diff)
downloadbcm5719-llvm-c03642e9a86d9ed128676d5405a1906282d727ad.tar.gz
bcm5719-llvm-c03642e9a86d9ed128676d5405a1906282d727ad.zip
[Fixed Point Arithmetic] Fix for FixedPointValueToString
- Print negative numbers correctly - Handle APInts of different sizes - Add formal unit tests for FixedPointValueToString - Add tests for checking correct printing when padding is set - Restrict to printing in radix 10 since that's all we need for now Differential Revision: https://reviews.llvm.org/D49945 llvm-svn: 339026
Diffstat (limited to 'clang/unittests/Frontend/CMakeLists.txt')
-rw-r--r--clang/unittests/Frontend/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Frontend/CMakeLists.txt b/clang/unittests/Frontend/CMakeLists.txt
index c764fb9e2a0..e36570a88bf 100644
--- a/clang/unittests/Frontend/CMakeLists.txt
+++ b/clang/unittests/Frontend/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
add_clang_unittest(FrontendTests
ASTUnitTest.cpp
CompilerInstanceTest.cpp
+ FixedPointString.cpp
FrontendActionTest.cpp
CodeGenActionTest.cpp
ParsedSourceLocationTest.cpp
OpenPOWER on IntegriCloud