[Bug 22298] New: Write a test that checks the triple of the target executable.

Bug ID 22298
Summary Write a test that checks the triple of the target executable.
Product lldb
Version unspecified
Hardware PC
OS All
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter zturner@google.com
Classification Unclassified

After calling "target create <path-to-exe>", lldb internally creates a ModuleSP
for the file.  This object contains an LLVM triple.  We should write a test
that verifies that the triple is what we expect it to be.