mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 09:30:36 +08:00
fix: Better IR file format ext handling
This fix makes ocloc honor IR file format when picking extension for the output file. Additionally, this commit removes reduntant IR output when compiling from IR. Related-To: NEO-15876 Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
36237d7e9f
commit
a0407ff72a
@@ -12,6 +12,11 @@
|
||||
|
||||
using NEO::Hash;
|
||||
|
||||
TEST(ToLower, GiventStringThenChangeItToLowerCase) {
|
||||
std::string ls = StringHelpers::toLower("SomeTEXT");
|
||||
EXPECT_STREQ("sometext", ls.c_str());
|
||||
}
|
||||
|
||||
TEST(CreateCombinedStrings, GivenSingleStringWhenCreatingCombinedStringThenDstStringMatchesSrcString) {
|
||||
std::string dstString;
|
||||
size_t dstStringSizeInBytes = 0;
|
||||
|
||||
Reference in New Issue
Block a user