Introduce pepper-assert (#9124)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 22 Nov 2019 06:23:51 +0000 (15:23 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 22 Nov 2019 06:23:51 +0000 (15:23 +0900)
commit32cdaec5710bc35e62ef972b52217fcd103c6403
tree3ceb7daacb89f8de2a23a2be871168bbb3e81035
parenta3ce478a76e8efe118dd98531cdd130d266e40b6
Introduce pepper-assert (#9124)

This commit introduces "pepper-assert" library. This library will
provides various helpers that makes it easy to manage asserts in
the code base.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/pepper-assert/CMakeLists.txt [new file with mode: 0644]
compiler/pepper-assert/include/pepper/assert.h [new file with mode: 0644]